home *** CD-ROM | disk | FTP | other *** search
- unit BaseLib_TLB;
-
- // ************************************************************************ //
- // WARNING
- // -------
- // The types declared in this file were generated from data read from a
- // Type Library. If this type library is explicitly or indirectly (via
- // another type library referring to this type library) re-imported, or the
- // 'Refresh' command of the Type Library Editor activated while editing the
- // Type Library, the contents of this file will be regenerated and all
- // manual modifications will be lost.
- // ************************************************************************ //
-
- // PASTLWTR : $Revision: 1.88.1.0.1.0 $
- // File generated on 05/04/2001 13:05:03 from Type Library described below.
-
- // ************************************************************************ //
- // Type Lib: D:\MAGAZI~1\WORKIN~1\70-JUN~1\Clinic\Files\COMSOL~1\BaseLib.tlb (1)
- // IID\LCID: {7CACE420-96E5-4148-A50D-C3E27B1BACC9}\0
- // Helpfile:
- // DepndLst:
- // (1) v2.0 stdole, (C:\WINNT\System32\stdole2.tlb)
- // Parent TypeLibrary:
- // (0) v1.0 ComServer1, (D:\Magazines\Work In Progress\70 - Jun 01\Clinic\Files\COM Solution 1\ComServer1.tlb)
- // ************************************************************************ //
- {$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers.
- interface
-
- uses Windows, ActiveX, Classes, Graphics, OleServer, OleCtrls, StdVCL;
-
- // *********************************************************************//
- // GUIDS declared in the TypeLibrary. Following prefixes are used:
- // Type Libraries : LIBID_xxxx
- // CoClasses : CLASS_xxxx
- // DISPInterfaces : DIID_xxxx
- // Non-DISP interfaces: IID_xxxx
- // *********************************************************************//
- const
- // TypeLibrary Major and minor versions
- BaseLibMajorVersion = 1;
- BaseLibMinorVersion = 0;
-
- LIBID_BaseLib: TGUID = '{7CACE420-96E5-4148-A50D-C3E27B1BACC9}';
-
- IID_IFoo: TGUID = '{97002332-F824-4247-ACDC-6E13C3914867}';
- type
-
- // *********************************************************************//
- // Forward declaration of types defined in TypeLibrary
- // *********************************************************************//
- IFoo = interface;
- IFooDisp = dispinterface;
-
- // *********************************************************************//
- // Interface: IFoo
- // Flags: (320) Dual OleAutomation
- // GUID: {97002332-F824-4247-ACDC-6E13C3914867}
- // *********************************************************************//
- IFoo = interface(IUnknown)
- ['{97002332-F824-4247-ACDC-6E13C3914867}']
- procedure Bar; safecall;
- end;
-
- // *********************************************************************//
- // DispIntf: IFooDisp
- // Flags: (320) Dual OleAutomation
- // GUID: {97002332-F824-4247-ACDC-6E13C3914867}
- // *********************************************************************//
- IFooDisp = dispinterface
- ['{97002332-F824-4247-ACDC-6E13C3914867}']
- procedure Bar; dispid 1;
- end;
-
- implementation
-
- uses ComObj;
-
- end.
-